projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8881ad9
)
Comment fix.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Aug 1994 22:50:36 +0000
(22:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 17 Aug 1994 22:50:36 +0000
(22:50 +0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index cd3f7fc7c3ce5d7bbf85510e185c143215c6360d..0fa1d28017ff1e59d05502ef90bf4ed6c1b4e8de 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1083,10
+1083,7
@@
void staticpro();
#define UNGCPRO (gcprolist = gcpro1.next)
-/* Evaluate expr, UNGCPRO, and then return the value of expr. I used
- to have a `do ... while' clause around this to make it interact
- with semicolons correctly, but this makes some compilers complain
- that the while is never reached. */
+/* Evaluate expr, UNGCPRO, and then return the value of expr. */
#define RETURN_UNGCPRO(expr) \
do \
{ \